home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 6 / The Arsenal Files 6 (Arsenal Computer).ISO / telecom / tm421_4.zip / FIDO.SCR < prev    next >
Text File  |  1996-02-06  |  352b  |  17 lines

  1. ;
  2. ; FIDO.SCR is a log on script file for Fido BBS
  3. ;
  4.  
  5. string Name
  6. Name = "first last"          ; put your name here
  7.  
  8. SET AutoStop,On              ; stop script if carrier is lost
  9. Waitfor 0                    ; unlimited waiting time
  10.  
  11. Waitfor "first name"
  12. Put Name," y"                ; put name and confirm
  13.  
  14. Waitfor "password"
  15. Put "^&"
  16.  
  17.